home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / bossky13.zip / READ.ME < prev    next >
Text File  |  1989-10-28  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                 The BOSSKEY Package
  8.                                           
  9.                             Version 1.3 (November, 1989)
  10.                                           
  11.                                           
  12.                                    R E A D - M E
  13.                                           
  14.                                           
  15.                                   Stephen Meredith
  16.                                     Data del Mar
  17.                                   10423 Byrne Ave
  18.                                 Cupertino, CA  95014
  19.                                    (408) 865-0706
  20.             
  21.             
  22.             For those of you who would like to start using the Bosskey
  23.             Package without reading the entire documentation file, this
  24.             file should contain enough information.  But read
  25.             BOSSKEY.DOC to fully understand the programs and their
  26.             features.
  27.             
  28.             
  29.             Files included in this disk:
  30.             
  31.             BOSSKEY.EXE     Screen hide program.
  32.             SCRSAVE.EXE     Screen save program.
  33.             SHOW-IMG.EXE    Screen file viewer.
  34.             NEW-IMG.EXE     BOSSKEY companion program.
  35.             CONV-IMG.COM    Converts a screen file to a C variable.
  36.             BOSSKEY.DOC     The full documentation for all the files.
  37.             READ.ME         This file.
  38.             
  39.             
  40.             BOSSKEY.EXE     
  41.             
  42.             A memory resident program for covering up the screen of your
  43.             computer with another, previously saved screen.  To run,
  44.             type:
  45.                             BOSSKEY filename
  46.             
  47.             where filename is the name of a screen image file saved with
  48.             SCRSAVE.  To activate, hit [CTRL-RIGHTSHIFT].  To
  49.             deactivate, hit [CTRL-RIGHTSHIFT] again.
  50.             
  51.             
  52.             SCRSAVE.EXE
  53.             
  54.             A memory resident program for capturing the screen of a
  55.             program and saving it to disk as a screen image file.  To
  56.             load, type:
  57.                             SCRSAVE
  58.             
  59.             with no command line arguments.  To save a screen, hit
  60.             [ALT]-[PRNSCREEN].  Enter a filename at the prompt, or
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.             [RETURN] alone.  Hitting [RETURN] alone will cause the
  74.             filenames of all screens saves from then on as 1.IMG, 2.IMG,
  75.             3.IMG, etc.
  76.             (Note:  if [ALT]-[PRNSCREEN] doesn't work, try [ALT]-
  77.             [GREY*].  That's the * above the numeric keypad.)
  78.             
  79.             
  80.             SHOW-IMG.EXE
  81.             
  82.             A program for viewing image files.  To use, type:
  83.             
  84.                             SHOW-IMG filename1 [filename2...]
  85.             
  86.             where filename1 and filename2 are names of screen image
  87.             files saved with SCRSAVE.  You may enter as many screen
  88.             image files on the command line as you like.  They will be
  89.             viewed sequentially, separated by a keystroke.  You may use
  90.             wildcards as well.
  91.             
  92.             
  93.             NEW-IMG.EXE
  94.             
  95.             A program for changing the screen that is displayed by
  96.             BOSSKEY when the [CTRL-RIGHTSHIFT] key is pressed.  To use,
  97.             type:
  98.                     NEW-IMG filename
  99.             
  100.             where filename is the name of a screen image file created
  101.             with SCRSAVE.  BOSSKEY must be loaded for this to have any
  102.             affect.
  103.             
  104.             
  105.             CONV-IMG.COM
  106.             
  107.             Converts the format of a screen image file to a text file
  108.             containing the representation of the screen in a C array.
  109.             To use, type:
  110.                             CONV-IMG filename
  111.             
  112.             where filename is the name of a screen image file.  The new
  113.             file will be given the name filename.h.  The array with be
  114.             called screen_filename[].
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.